reftests: Add 'px' to all properties
authorBenjamin Otte <otte@redhat.com>
Tue, 17 Jan 2012 16:09:30 +0000 (17:09 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Feb 2012 02:14:02 +0000 (03:14 +0100)
12 files changed:
tests/reftests/background-area.css
tests/reftests/background-origin.css
tests/reftests/border-color-default.css
tests/reftests/border-image-excess-size.css
tests/reftests/border-image-gradient.css
tests/reftests/border-image-url.css
tests/reftests/border-radius-clamp.css
tests/reftests/border-style-none.css
tests/reftests/border-style.css
tests/reftests/box-shadow-spec-inset.css
tests/reftests/no-colors.css
tests/reftests/shorthand-entry-border.css

index e730fffb363c824c5f88681206e158c0a3f16c7a..73d6bd91ea7321bb08ec20fb21f2f9c1f342863e 100644 (file)
@@ -12,7 +12,7 @@ GtkWindow {
 }
 
 GtkButton {
-  border-width: 5;
+  border-width: 5px;
   border-style: solid;
   border-color: rgba(255,0,0,0.6);
   padding: 10;
index 22b22eeb2fac20fd65d12054eeaf5b3cfb0b5ed8..f665eb93fcb4100bd578c053546ac381ba1e80e6 100644 (file)
@@ -13,7 +13,7 @@ GtkWindow {
 }
 
 GtkButton {
-  border-width: 5;
+  border-width: 5px;
   border-style: solid;
   border-color: rgba(255,0,0,0.5);
   padding: 10;
index 5eba00fbbaace4f62441ee8f7e5ec1b794c92ae7..4efe0e0963fa5d642144fcd4280fbe7ab612a793 100644 (file)
@@ -1,7 +1,7 @@
 * {
   border-image: none;
   border-style: solid;
-  border-width: 5;
+  border-width: 5px;
 }
 
 GtkButton {
index 80af2b56fe887b8f7c4c4b6a944cf0eb760f22df..ffad2d9dec36fa2b4b8db7a9312f07fbc31f8bb3 100644 (file)
@@ -4,7 +4,7 @@
   background-image: none;
   background-color: #000;
   border-style: solid;
-  border-width: 1;
+  border-width: 1px;
   padding: 0;
   border-radius: 0;
 }
index c01629a32f1c33ba7593a2f52e3368c73dcbe4d0..6cfe44442f8aeb93b680fd9da749fef3630eee83 100644 (file)
                                      to(green));
   border-image-slice: 1;
   border-image-repeat: stretch;
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
 }
 
 .button-not-image {
   border-color: green;
   border-style: solid;
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
 }
index a1fdb7e1ea7019b7346752386499328392e8fa6c..9bc2a53572c1e1abc2633eb09d2bccdbe00ba7d1 100644 (file)
@@ -3,14 +3,14 @@
 
   border-image: url("green-20x20.png") 1 stretch;
 
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
   border-radius: 0;
 }
 
 .button-not-image {
   border-color: green;
   border-style: solid;
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
   border-radius: 0;
   border-image: none;
 }
index f7b3da69174738785491ee823351253826faa88c..d8ec308fa3b1173a9f12aaa4218e7576781780b8 100644 (file)
@@ -1,9 +1,9 @@
 .progressbar {
   engine: none;
   border-image: none;
-  border-radius: 25;
+  border-radius: 25px;
 }
 
 #reference .progressbar {
-  border-radius: 10;
+  border-radius: 10px;
 }
index 0c3bde8e56bbb31903fd59cae341458a71cf0a9a..06154c82289048f8ef6e2e91c0a3b9df6dfd3e4d 100644 (file)
@@ -7,13 +7,13 @@
 GtkButton {
   background-color: purple;
   border-style: none;
-  border-width: 5;
-  border-radius: 15;
+  border-width: 5px;
+  border-radius: 15px;
 }
 
 #reference {
   border-style: solid;
   border-width: 0;
-  border-radius: 15;
+  border-radius: 15px;
 }
 
index da287318c436643e67d3aad9f753eae8f7f8fc51..cf770d9603e944179df0c36fea54626063a86dc8 100644 (file)
@@ -3,7 +3,7 @@
 GtkButton {
   background-color: red;
   border-color: green;
-  border-width: 1;
+  border-width: 1px;
 }
 
 .button-top-left {
index 8cc26263fb2473a1b31d9755e857c52d7568a69e..337036420e9aeb44199cd007d22a20a11f6b8878 100644 (file)
@@ -10,7 +10,7 @@ GtkButton {
 
 .row1, .row2, .row3 {
   /*border:5px solid blue;*/
-  border-width: 5;
+  border-width: 5px;
   border-style: solid;
   border-color: blue;
   background-color:orange;
@@ -40,7 +40,7 @@ GtkButton {
 }
 
 .reference-border {
-  border-width: 5;
+  border-width: 5px;
   border-style: solid;
   border-color: blue;
 }
@@ -55,14 +55,14 @@ GtkButton {
 
 /*
 .reference-padding-radius {
-  border-radius: 15
+  border-radius: 15px
 }
 
 .reference-radii1 {
-  border-radius: 15 0 10;
+  border-radius: 15px 0 10px;
 }
 
 .reference-radii2 {
-  border-radius: 5 0 10;
+  border-radius: 5px 0 10px;
 }
 */
index 6091b9fabf06a1563844ba7c59ba169d99885d09..587634cb96ee8c1654edef342cdaeb4f32424c13 100644 (file)
@@ -3,5 +3,5 @@
   color: transparent;
   border-color: transparent;
   border-style: solid;
-  border-width: 1;
+  border-width: 1px;
 }
index eca547b42bece5c1945049cd8f590c69769b43ae..0d1d4631d8a3f945a0b7ab4d5d9f4f8aaa109159 100644 (file)
@@ -4,18 +4,18 @@
 }
 
 GtkWidget {
-  border-right-width: 5;
+  border-right-width: 5px;
 }
 
 GtkEntry {
-  border-width: 10 20;
+  border-width: 10px 20px;
 }
 
 .entry {
-  border-left-width: 10;
-  border-right-width: 10;
+  border-left-width: 10px;
+  border-right-width: 10px;
 }
 
 #reference {
-  border-width: 10;
+  border-width: 10px;
 }